home *** CD-ROM | disk | FTP | other *** search
/ PC Extra 9A / PC Extra 9A-2000.iso / Bat filerna / Command Prompt.BAT next >
Encoding:
DOS Batch File  |  2000-07-25  |  150 b   |  9 lines

  1. @echo off
  2. cd %1
  3. IF %ERRORLEVEL% LSS 1 goto okay
  4. echo You can't send a file to the command prompt!!
  5. pause
  6. exit
  7. :okay
  8. c:\winnt\system32\cmd.exe
  9.